GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-02T01:04:26.0639348+00:00",
"SubmitDate": "2026-02-02T01:04:26.0639348+00:00",
"ReportPeriodStart": "2026-02-02T01:04:26.0639348+00:00",
"ReportPeriodEnd": "2026-02-02T01:04:26.0639348+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "534d9a9b-c184-498e-9a6a-a42b81cdb0a1",
"Rows": [
{
"ItemId": "0e49fc4d-3327-4a8b-a207-a4f3266c8513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0e49fc4d-3327-4a8b-a207-a4f3266c8513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "534d9a9b-c184-498e-9a6a-a42b81cdb0a1",
"Rows": [
{
"ItemId": "0e49fc4d-3327-4a8b-a207-a4f3266c8513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0e49fc4d-3327-4a8b-a207-a4f3266c8513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4b6a32af-d3f1-4436-9876-0b4666595689",
"f8e684a3-414f-484f-a039-b8c519a53b0b"
],
"Approvers": [
"3475fdcc-b034-40dd-8c85-799b69b687d3",
"0c55eeaa-d768-42d1-9a7e-3c499050b31f"
],
"ApprovedBy": "32733a29-34b0-4dd3-9259-5e0d3c936e9f",
"ApprovalDate": "2026-02-02T01:04:26.0639348+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a2593688-4ad9-4b6c-bf6e-69c694d46a54",
"id": "0a81f22f-20b1-45a3-a973-f7c3467b92c1",
"ConfigId": "741af495-316f-432c-b6ce-d82547adf25e"
},
{
"GenerationDate": "2026-02-02T01:04:26.0639348+00:00",
"SubmitDate": "2026-02-02T01:04:26.0639348+00:00",
"ReportPeriodStart": "2026-02-02T01:04:26.0639348+00:00",
"ReportPeriodEnd": "2026-02-02T01:04:26.0639348+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "534d9a9b-c184-498e-9a6a-a42b81cdb0a1",
"Rows": [
{
"ItemId": "0e49fc4d-3327-4a8b-a207-a4f3266c8513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0e49fc4d-3327-4a8b-a207-a4f3266c8513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "534d9a9b-c184-498e-9a6a-a42b81cdb0a1",
"Rows": [
{
"ItemId": "0e49fc4d-3327-4a8b-a207-a4f3266c8513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0e49fc4d-3327-4a8b-a207-a4f3266c8513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4b6a32af-d3f1-4436-9876-0b4666595689",
"f8e684a3-414f-484f-a039-b8c519a53b0b"
],
"Approvers": [
"3475fdcc-b034-40dd-8c85-799b69b687d3",
"0c55eeaa-d768-42d1-9a7e-3c499050b31f"
],
"ApprovedBy": "32733a29-34b0-4dd3-9259-5e0d3c936e9f",
"ApprovalDate": "2026-02-02T01:04:26.0639348+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a2593688-4ad9-4b6c-bf6e-69c694d46a54",
"id": "0a81f22f-20b1-45a3-a973-f7c3467b92c1",
"ConfigId": "741af495-316f-432c-b6ce-d82547adf25e"
}
]